File

src/app/shared/interface/IOrder.ts

Index

Properties

Properties

ascending
ascending: boolean
Type : boolean
descending
descending: boolean
Type : boolean
direction
direction: string
Type : string
ignoreCase
ignoreCase: boolean
Type : boolean
nullHandlin
nullHandlin: string
Type : string
property
property: string
Type : string
export interface IOrder {
    direction: string,
    property: string,
    ignoreCase: boolean,
    nullHandlin: string,
    ascending: boolean,
    descending: boolean
}

results matching ""

    No results matching ""